home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Zoo1.Dxr / 00001.ls next >
Encoding:
Text File  |  1997-11-18  |  214 b   |  11 lines

  1. on exitFrame
  2.   global oldActive
  3.   set the visible of sprite 19 to 0
  4.   set oldActive to 16
  5.   set the visible of sprite 30 to 0
  6.   repeat with r = 31 to 34
  7.     puppetSprite(r, 1)
  8.   end repeat
  9.   puppetSprite(9, 1)
  10. end
  11.